Vcenter Compute Policies CreateItem
Vcenter Compute Policies CreateItem
The Vcenter Compute Policies CreateItem schema contains the specification for a single compute policy to be created as part of a batch operation using POST /vcenter/compute/policies?action=create-tags-and-policies.
This schema was added in vSphere API 9.1.1.0.
JSON Example
{
"spec": {
"capability": "string",
"name": "string",
"description": "string",
"managed_by": {
"entity": "string"
}
}
}
spec
Required
The Vcenter Compute Policies CreateSpec schema contains common information used to create a new policy.
This schema was added in vSphere API 7.0.3.0.